From aabaf6309df9a7f490865ad202dece6055b51e32 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 19 Jan 2007 16:23:53 +0000 Subject: [PATCH] Typo fix. --- gpsbabel/csv_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/csv_util.c b/gpsbabel/csv_util.c index 9b85b005c..ceb4c5f8a 100644 --- a/gpsbabel/csv_util.c +++ b/gpsbabel/csv_util.c @@ -1011,7 +1011,7 @@ xcsv_data_read(void) /* Whack trailing space; leading space may matter if our field sep * is whitespace and we have leading whitespace. */ - buff = rtrim(buff); + rtrim(buff); /* skip over x many lines on the top for the prologue... */ if ((xcsv_file.prologue_lines) && ((linecount - 1) < -- 2.30.2